More composite children.
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 18 Jan 2002 00:10:23 +0000 (00:10 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 18 Jan 2002 00:10:23 +0000 (00:10 +0000)
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkinputdialog.c

index 62e539d724f613641b3393cfc168a0f549b878f7..26eddf2ce21bd1f98d368afd1a0de68ae8174a3c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2002-01-17  Matthias Clasen  <matthiasc@poet.de>
 
-       * gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
+       * gtk/gtkinputdialog.c,
+       gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
        Mark children as composite. (#66360)
 
        * gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
index 62e539d724f613641b3393cfc168a0f549b878f7..26eddf2ce21bd1f98d368afd1a0de68ae8174a3c 100644 (file)
@@ -1,6 +1,7 @@
 2002-01-17  Matthias Clasen  <matthiasc@poet.de>
 
-       * gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
+       * gtk/gtkinputdialog.c,
+       gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
        Mark children as composite. (#66360)
 
        * gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
index 62e539d724f613641b3393cfc168a0f549b878f7..26eddf2ce21bd1f98d368afd1a0de68ae8174a3c 100644 (file)
@@ -1,6 +1,7 @@
 2002-01-17  Matthias Clasen  <matthiasc@poet.de>
 
-       * gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
+       * gtk/gtkinputdialog.c,
+       gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
        Mark children as composite. (#66360)
 
        * gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
index 62e539d724f613641b3393cfc168a0f549b878f7..26eddf2ce21bd1f98d368afd1a0de68ae8174a3c 100644 (file)
@@ -1,6 +1,7 @@
 2002-01-17  Matthias Clasen  <matthiasc@poet.de>
 
-       * gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
+       * gtk/gtkinputdialog.c,
+       gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
        Mark children as composite. (#66360)
 
        * gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
index 62e539d724f613641b3393cfc168a0f549b878f7..26eddf2ce21bd1f98d368afd1a0de68ae8174a3c 100644 (file)
@@ -1,6 +1,7 @@
 2002-01-17  Matthias Clasen  <matthiasc@poet.de>
 
-       * gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
+       * gtk/gtkinputdialog.c,
+       gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
        Mark children as composite. (#66360)
 
        * gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
index 62e539d724f613641b3393cfc168a0f549b878f7..26eddf2ce21bd1f98d368afd1a0de68ae8174a3c 100644 (file)
@@ -1,6 +1,7 @@
 2002-01-17  Matthias Clasen  <matthiasc@poet.de>
 
-       * gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
+       * gtk/gtkinputdialog.c,
+       gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
        Mark children as composite. (#66360)
 
        * gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
index 62e539d724f613641b3393cfc168a0f549b878f7..26eddf2ce21bd1f98d368afd1a0de68ae8174a3c 100644 (file)
@@ -1,6 +1,7 @@
 2002-01-17  Matthias Clasen  <matthiasc@poet.de>
 
-       * gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
+       * gtk/gtkinputdialog.c,
+       gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
        Mark children as composite. (#66360)
 
        * gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
index 353c311281f21371e4f7c83b82000fd31d6ca7e6..0333ec8ef0d1a3cd3ef783570a5cee8678ba6bb7 100644 (file)
@@ -175,6 +175,8 @@ gtk_input_dialog_init (GtkInputDialog *inputd)
   GList *tmp_list;
   GList *device_info;
 
+  gtk_widget_push_composite_child ();
+
   device_info = gdk_devices_list ();
 
   /* shell and main vbox */
@@ -343,6 +345,8 @@ gtk_input_dialog_init (GtkInputDialog *inputd)
   gtk_widget_grab_default (inputd->close_button);
 
   gtk_widget_show (vbox);
+
+  gtk_widget_pop_composite_child ();
 }